In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdViewer.PdfPasswordRequestEventHandler Delegate

GdViewer.PdfPasswordRequestEventHandler Delegate

In This Topic
Syntax
'Declaration

 

<GuidAttribute("B5B9C31D-C9BC-3017-8B7C-8316C5A975F4")>

Public Delegate Sub GdViewer.PdfPasswordRequestEventHandler( _

   ByRef Password As String _

) 
[Guid("B5B9C31D-C9BC-3017-8B7C-8316C5A975F4")]

public delegate void GdViewer.PdfPasswordRequestEventHandler( 

   ref string Password

)
public delegate GdViewer.PdfPasswordRequestEventHandler( 

   var  Password: String

);
GuidAttribute("B5B9C31D-C9BC-3017-8B7C-8316C5A975F4")

public delegate GdViewer.PdfPasswordRequestEventHandler( 

   Password : String

)
[Guid("B5B9C31D-C9BC-3017-8B7C-8316C5A975F4")]

public: __gc __delegate void GdViewer.PdfPasswordRequestEventHandler( 

   ref string* Password

)
[Guid("B5B9C31D-C9BC-3017-8B7C-8316C5A975F4")]

public delegate void GdViewer.PdfPasswordRequestEventHandler( 

   String^% Password

)

Parameters

Password
See Also

Reference

GdViewer.PdfPasswordRequestEventHandler Members
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace